-
mxnet 1.6.0 core dumps when I try the following program from mxnet import np, autograd x = np.arange(4.0) x.attach_grad() print(x.grad) …
- 376 views
- 1 answers
- 0 votes
mxnet 1.6.0 core dumps when I try the following program from mxnet import np, autograd x = np.arange(4.0) x.attach_grad() print(x.grad) …